Replace XSET_HASH_TABLE with make_lisp_hash_table
authorMattias Engdegård <mattiase@acm.org>
Mon, 19 Feb 2024 10:44:53 +0000 (11:44 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 19 Feb 2024 14:57:05 +0000 (15:57 +0100)
commit188fe6bffa69e08b60a7d65709998bd803b7ada5
tree4929b7ad0f89bd2fc6dace065ab74f035362fd19
parentddfba511c190e5bb44e44a50aef5ab8c08e3d798
Replace XSET_HASH_TABLE with make_lisp_hash_table

* src/lisp.h (XSET_HASH_TABLE): Remove, replace with...
(make_lisp_hash_table): ...this.  All callers adapted.
src/alloc.c
src/fns.c
src/lisp.h